protected String readHaServer( int machineId )
{
waitForSyncConnected();
String rootPath = getRoot();
try
{
protected String readHaServer( int machineId, boolean wait )
{
if ( wait )
{
waitForSyncConnected();
}
String rootPath = getRoot();
try